home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / link < prev    next >
Text File  |  1991-04-21  |  599b  |  13 lines

  1.                                     LINK
  2.         Link .OBJ files and libraries to produce executable programs
  3.                              See also <EXE2BIN>
  4.  
  5. COMMAND TYPE: External                          VERSION: 1.0 and up
  6.  
  7. The LINK command is used to combine object module format files (.obj)
  8. produced by high level language compilers such as FORTRAN, C or
  9. PASCAL, or from assemblers such as MASM, with libraries of precompiled
  10. routines, and produce executable program files (.EXE).  LINK is
  11. intended for use by programmers only.  See the MSDOS TECHNICAL
  12. REFERENCE for full details
  13.